Snapservice Reports Clusters VirtualMachines Snapshots StatusByTimeSliceListResult

Snapservice Reports Clusters VirtualMachines Snapshots StatusByTimeSliceListResult
Snapservice Reports Clusters VirtualMachines Snapshots StatusByTimeSliceListResult

The Snapservice Reports Clusters VirtualMachines Snapshots StatusByTimeSliceListResult schema represents the result of GET /snapservice/reports/clusters/{cluster}/virtual-machines/snapshot-status-counts?aggregateBy=time-slice operation.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "items": [
        {
            "start_time": "string",
            "end_time": "string",
            "info": {
                "error_count": 0,
                "success_count": 0
            }
        }
    ]
}
items
Required

List of status count items aggregated by time slice.

This property was added in vSphere API 9.0.0.0.